home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Selden Search.dir / 00016_Script_16 < prev    next >
Text File  |  2001-03-05  |  466b  |  11 lines

  1. on mouseDown
  2.   temp = the MouseLine
  3.   set the forecolor of line temp of field "output" = 3
  4.   which = value(word 1 of line temp of field "output")
  5.   if which <> void then
  6.     tell the stage to SearchLocate which
  7.   end if
  8.   --  set the member of sprite 2 = member value(word 1 of line temp of field "output") of castlib 2
  9.   --  put  member value(word 1 of line temp of field "output")
  10.   --  set the rect of the member of sprite 2 = rect(11, 45, 359, 191)
  11. end